@charset "UTF-8";
#option_menu
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 300;
}
.option_modal_window {
    position: absolute;
    top: 75px;
    left: 21px; 
	width: 335px;
	height: auto;
	display: block;
	background: #FFF;
    box-sizing: border-box;
	border-radius: 10px;
}
.option_modal_window h2.name{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #FF9436;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 35px;
	margin-bottom: 15px;
}
.option_menu_cont{
    height: 450px;
    padding: 0px 10px 10px;
    text-align:center;
}

.option_menu_btn{
	width: 240px;
	height: 30px;
	background:#FF8000;
	border-radius:4px;
	cursor : pointer;
	margin-top:8px;
	margin-left:37px;
}
.option_menu_btn p{
	text-align:center;
	padding-top:7px;
	color: #ffffff;
}
.option_menu_btn a {
    text-decoration: none;
}
/* ---- */
.p_menu_btn{
	width: 240px;
	height: 30px;
	background:#FF8000;
	border-radius:4px;
	cursor : pointer;
	margin-top:8px;
	margin-left:37px;
}
.p_menu_btn p{
	text-align:center;
	padding-top:7px;
	color: #ffffff;
}
.p_menu_btn a {
    text-decoration: none;
}

/* --bookmark--- */
#bookmark{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
    position: absolute;
    z-index:300;
}
#bookmark_data{
    width:295px;
}
#bookmark_data dt{
    padding-top: 10px;
    padding-left: 10px;
    color: blue;
    font-weight: bold;
    font-size:12px;
    cursor: pointer;
}
#bookmark .modal_wrap{
    height: auto;
    padding: 0px 10px 10px;
}
#bookmark .bookmark_iframe_1{
    height: 400px;
}
#bookmark .modal_window .bookmark_iframe_1{
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    overflow-y: scroll;
}
#bookmark .modal_window .bookmark_iframe_1::-webkit-scrollbar {
    width: 6px;
}
#bookmark .modal_window .bookmark_iframe_1::-webkit-scrollbar-track {
    background-color:#e2d1b0;
    border-radius: 10px;
}
#bookmark .modal_window .bookmark_iframe_1::-webkit-scrollbar-thumb {
    background-color:#76462e;
    border-radius: 10px;
}
#bookmark .line{
    margin-top: 0px;
    margin-bottom: 3px;
    width: 100%;
    height: 4px;
    background:url(/img/pwa/common/line.png) 0px 0px no-repeat;
    background-size: 305px 4px;
}
#bookmark_add_area{
    position: relative;
    left: 40px;
    width: 280px;
    height: 48px;
}
#bookmark_add{
    position: relative;
    width: 215px;
    background: #ec5454;
    border-radius: 10px;
    padding: 0.8em 0em;
    color: #FFF;
    text-decoration: none;
    margin: 0 10px;
    font-size:12px;
    font-weight: bold;
    box-shadow:2px 2px #76462e;
    text-align: center;
    cursor: pointer;
}
#bookmark_data dl{
    height: 40px;
}
#bookmark_data dd{
    position: relative;
    top: -18px;
    left: 255px;
    width: 25px;
    background: #f7912e;
    border-radius: 12px;
    padding: 0.5em 0em;
    color: #FFF;
    text-decoration: none;
    margin: 0 10px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 2px 2px #aa631e;
    text-align: center;
    cursor: pointer;
}
#bookmark .bookmark_iframe_2{
    height: 320px;
}
#bookmark .modal_window .bookmark_iframe_2{
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    overflow-y: scroll;
}
#bookmark .modal_window .bookmark_iframe_2::-webkit-scrollbar {
    width: 6px;
}
#bookmark .modal_window .bookmark_iframe_2::-webkit-scrollbar-track {
    background-color:#e2d1b0;
    border-radius: 10px;
}
#bookmark .modal_window .bookmark_iframe_2::-webkit-scrollbar-thumb {
    background-color:#76462e;
    border-radius: 10px;
}
/* ----- */
#gllstamp_getlist
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 300;
}
#gllstamp_getlist .iframe{
    height: 220px;
}
#gllstamp_getlist .modal_wrap{
    height: auto;
    padding: 0px 10px 10px;
}
#gllstamp_getlist .modal_window .iframe{
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    overflow-y: scroll;
}
#gllstamp_getlist .modal_window .iframe::-webkit-scrollbar {
    width: 6px;
}
#gllstamp_getlist .modal_window .iframe::-webkit-scrollbar-track {
    background-color:#e2d1b0;
    border-radius: 10px;
}
#gllstamp_getlist .modal_window .iframe::-webkit-scrollbar-thumb {
    background-color:#76462e;
    border-radius: 10px;
}
#gllstamp_getlist p{
    line-height: 18px;
    margin-left: 3px;
}
.send_all
{
	background:#ec5454;
	border-radius:12px;
	cursor : pointer;
	text-align: center;
	color:white;
	font-size:14px;
	font-weight: bold;
	box-shadow:2px 2px #76462e;
	position:relative;
	width:200px;
	left:60px;
	height:30px;
}
.send_all a{
	position:relative;
	top:5px;
}
a.itembox_btn
{
	width: 60px;
	height: 20px;
}
.itembox_btn_div
{
	width: 70px;
	height: 25px;
	background:#FF8000;
	border-radius:8px;
	cursor : pointer;
	margin-top:-25px;
	position: relative;
	left: 220px;
	top: -20px;
	text-align: center;
	font-weight: bold;
	box-shadow:2px 2px #76462e;
	color:white;
}
.itembox_btn
{
    position: relative;
    top: 3px;
    left: 1px;
}
.itembox_btn:link
{
	 color: #0000ff; 
}
#geso_coin_menu
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	z-index: 300;
}
#p_itembox{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    position: absolute;
    z-index:300;
}
#p_itembox .iframe{
    height: 400px;
}
#p_itembox_data{
    width:320px;
    line-height:normal;
    height:400px;
    overflow:auto;
}
#p_itembox_data dt{
    padding-left:15px;
    color: white;
    font-weight: bold;
    font-size:12px;
    cursor: pointer;
}
#p_itembox .modal_wrap{
    height: auto;
    padding: 0px 10px 10px;
}
#p_itembox .modal_window .iframe{
    display:flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    overflow-y: scroll;
}
#p_itembox_data::-webkit-scrollbar {
    width: 6px;
}
#p_itembox_data::-webkit-scrollbar-track {
    background-color:#e2d1b0;
    border-radius: 10px;
}
#p_itembox_data::-webkit-scrollbar-thumb {
    background-color:#e2d1b0;
    border-radius: 10px;
}
#p_itembox_data .line{
    margin: 15px 0;
    width: 100%;
    height: 4px;
    background:url(/img/pwa/common/line.png) 0px 0px no-repeat;
    background-size: 305px 4px;
}

